home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / v cisle / doublekiller / DoubleKiller.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2006-01-24  |  43KB  |  1,206 lines

  1. object Form1: TForm1
  2.   Left = 191
  3.   Top = 149
  4.   AutoScroll = False
  5.   Caption = 'DoubleKiller'
  6.   ClientHeight = 454
  7.   ClientWidth = 688
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     688
  20.     454)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 0
  25.     Top = 322
  26.     Width = 688
  27.     Height = 132
  28.     Align = alClient
  29.     Style = bsRaised
  30.   end
  31.   object Bevel5: TBevel
  32.     Left = 128
  33.     Top = 328
  34.     Width = 553
  35.     Height = 121
  36.     Anchors = [akLeft, akRight, akBottom]
  37.     Style = bsRaised
  38.   end
  39.   object LabelStatus: TLabel
  40.     Left = 168
  41.     Top = 334
  42.     Width = 497
  43.     Height = 13
  44.     Anchors = [akLeft, akRight, akBottom]
  45.     AutoSize = False
  46.     Caption = 'Status: Idle'
  47.     ShowAccelChar = False
  48.   end
  49.   object LabelPercent: TLabel
  50.     Left = 148
  51.     Top = 421
  52.     Width = 14
  53.     Height = 13
  54.     Alignment = taRightJustify
  55.     Anchors = [akLeft, akBottom]
  56.     Caption = '0%'
  57.   end
  58.   object PageControl1: TPageControl
  59.     Left = 0
  60.     Top = 0
  61.     Width = 688
  62.     Height = 322
  63.     ActivePage = TabSheetDoubleKiller
  64.     Align = alTop
  65.     Anchors = [akLeft, akTop, akRight, akBottom]
  66.     HotTrack = True
  67.     TabIndex = 0
  68.     TabOrder = 0
  69.     OnChange = PageControl1Change
  70.     object TabSheetDoubleKiller: TTabSheet
  71.       Caption = 'DoubleKiller'
  72.       object Bevel6: TBevel
  73.         Left = 0
  74.         Top = 216
  75.         Width = 173
  76.         Height = 9
  77.         Shape = bsTopLine
  78.       end
  79.       object ListView1: TListView
  80.         Left = 176
  81.         Top = 0
  82.         Width = 504
  83.         Height = 294
  84.         Align = alRight
  85.         Anchors = [akLeft, akTop, akRight, akBottom]
  86.         Columns = <
  87.           item
  88.             Caption = 'Filename'
  89.             Width = 138
  90.           end
  91.           item
  92.             Caption = 'Path'
  93.             Width = 138
  94.           end
  95.           item
  96.             Alignment = taRightJustify
  97.             Caption = 'Size'
  98.             Width = 66
  99.           end
  100.           item
  101.             Caption = 'Date'
  102.             Width = 84
  103.           end
  104.           item
  105.             Caption = 'CRC32'
  106.             Width = 76
  107.           end>
  108.         Ctl3D = False
  109.         FlatScrollBars = True
  110.         HideSelection = False
  111.         MultiSelect = True
  112.         ReadOnly = True
  113.         RowSelect = True
  114.         PopupMenu = PopupListView
  115.         StateImages = ImageList1
  116.         TabOrder = 0
  117.         ViewStyle = vsReport
  118.         OnColumnClick = ListView1ColumnClick
  119.         OnCompare = ListView1Compare
  120.         OnCustomDrawItem = ListView1CustomDrawItem
  121.         OnDblClick = ListView1DblClick
  122.         OnKeyDown = ListView1KeyDown
  123.         OnMouseDown = ListView1MouseDown
  124.       end
  125.       object ButtonDelete: TButton
  126.         Left = 20
  127.         Top = 232
  128.         Width = 129
  129.         Height = 25
  130.         Caption = '&Delete checked files'
  131.         Enabled = False
  132.         TabOrder = 7
  133.         OnClick = ButtonDeleteClick
  134.       end
  135.       object ButtonCheckSelected: TButton
  136.         Left = 20
  137.         Top = 80
  138.         Width = 129
  139.         Height = 25
  140.         Caption = 'Check &selected files'
  141.         Enabled = False
  142.         TabOrder = 3
  143.         OnClick = ButtonCheckSelectedClick
  144.       end
  145.       object ButtonCheckFirst: TButton
  146.         Left = 20
  147.         Top = 144
  148.         Width = 129
  149.         Height = 25
  150.         Caption = 'Check the &first dupes'
  151.         Enabled = False
  152.         TabOrder = 5
  153.         OnClick = ButtonCheckFirstClick
  154.       end
  155.       object ButtonCheckLast: TButton
  156.         Left = 20
  157.         Top = 176
  158.         Width = 129
  159.         Height = 25
  160.         Caption = 'Check the &last dupes'
  161.         Enabled = False
  162.         TabOrder = 6
  163.         OnClick = ButtonCheckLastClick
  164.       end
  165.       object ButtonUncheckSelected: TButton
  166.         Left = 20
  167.         Top = 112
  168.         Width = 129
  169.         Height = 25
  170.         Caption = '&Uncheck selected files'
  171.         Enabled = False
  172.         TabOrder = 4
  173.         OnClick = ButtonUncheckSelectedClick
  174.       end
  175.       object ButtonCheckAll: TButton
  176.         Left = 20
  177.         Top = 16
  178.         Width = 129
  179.         Height = 25
  180.         Caption = 'Check &all files'
  181.         Enabled = False
  182.         TabOrder = 1
  183.         OnClick = ButtonCheckAllClick
  184.       end
  185.       object ButtonCheckNo: TButton
  186.         Left = 20
  187.         Top = 48
  188.         Width = 129
  189.         Height = 25
  190.         Caption = 'U&ncheck all files'
  191.         Enabled = False
  192.         TabOrder = 2
  193.         OnClick = ButtonCheckNoClick
  194.       end
  195.       object ButtonMove: TButton
  196.         Left = 20
  197.         Top = 264
  198.         Width = 129
  199.         Height = 25
  200.         Caption = '&Move checked files...'
  201.         Enabled = False
  202.         TabOrder = 8
  203.         OnClick = ButtonMoveClick
  204.       end
  205.     end
  206.     object TabSheetOptions: TTabSheet
  207.       Caption = 'Options'
  208.       ImageIndex = 1
  209.       object BevelSameIf: TBevel
  210.         Left = 8
  211.         Top = 16
  212.         Width = 209
  213.         Height = 137
  214.         Style = bsRaised
  215.       end
  216.       object LabelSameIf: TLabel
  217.         Left = 24
  218.         Top = 24
  219.         Width = 150
  220.         Height = 13
  221.         Caption = '&assume files to be the same, if...'
  222.         FocusControl = CheckBoxName
  223.         Font.Charset = DEFAULT_CHARSET
  224.         Font.Color = clWindowText
  225.         Font.Height = -11
  226.         Font.Name = 'MS Sans Serif'
  227.         Font.Style = [fsUnderline]
  228.         ParentFont = False
  229.       end
  230.       object BevelFolders: TBevel
  231.         Left = 8
  232.         Top = 160
  233.         Width = 209
  234.         Height = 121
  235.         Style = bsRaised
  236.       end
  237.       object BevelLeaveOut: TBevel
  238.         Left = 464
  239.         Top = 16
  240.         Width = 209
  241.         Height = 145
  242.         Style = bsRaised
  243.       end
  244.       object LabelLeaveOut: TLabel
  245.         Left = 480
  246.         Top = 24
  247.         Width = 130
  248.         Height = 13
  249.         Caption = 'leave out the following files:'
  250.         Font.Charset = DEFAULT_CHARSET
  251.         Font.Color = clWindowText
  252.         Font.Height = -11
  253.         Font.Name = 'MS Sans Serif'
  254.         Font.Style = [fsUnderline]
  255.         ParentFont = False
  256.       end
  257.       object LabelAttributes: TLabel
  258.         Left = 480
  259.         Top = 52
  260.         Width = 169
  261.         Height = 13
  262.         Caption = 'f&iles/dirs having these attributes set:'
  263.         FocusControl = CheckBoxReadOnly
  264.       end
  265.       object LabelFolder: TLabel
  266.         Left = 24
  267.         Top = 168
  268.         Width = 31
  269.         Height = 13
  270.         Caption = '&folders'
  271.         Font.Charset = DEFAULT_CHARSET
  272.         Font.Color = clWindowText
  273.         Font.Height = -11
  274.         Font.Name = 'MS Sans Serif'
  275.         Font.Style = [fsUnderline]
  276.         ParentFont = False
  277.       end
  278.       object BevelSaveReg: TBevel
  279.         Left = 464
  280.         Top = 212
  281.         Width = 209
  282.         Height = 69
  283.         Style = bsRaised
  284.       end
  285.       object LabelRecursively: TLabel
  286.         Left = 16
  287.         Top = 250
  288.         Width = 65
  289.         Height = 26
  290.         Caption = 'include subdirectories'
  291.         WordWrap = True
  292.       end
  293.       object LabelArrow: TLabel
  294.         Left = 27
  295.         Top = 240
  296.         Width = 11
  297.         Height = 14
  298.         Caption = #225
  299.         Font.Charset = DEFAULT_CHARSET
  300.         Font.Color = clWindowText
  301.         Font.Height = -12
  302.         Font.Name = 'Wingdings'
  303.         Font.Style = []
  304.         ParentFont = False
  305.         Transparent = True
  306.       end
  307.       object BevelLiMa: TBevel
  308.         Left = 231
  309.         Top = 16
  310.         Width = 218
  311.         Height = 129
  312.         Style = bsRaised
  313.       end
  314.       object BevelExMa: TBevel
  315.         Left = 231
  316.         Top = 152
  317.         Width = 218
  318.         Height = 129
  319.         Style = bsRaised
  320.       end
  321.       object LabelLiMa: TLabel
  322.         Left = 247
  323.         Top = 24
  324.         Width = 187
  325.         Height = 13
  326.         Caption = '&limit scan to files matching these masks:'
  327.         FocusControl = EditLiMa
  328.         Font.Charset = DEFAULT_CHARSET
  329.         Font.Color = clWindowText
  330.         Font.Height = -11
  331.         Font.Name = 'MS Sans Serif'
  332.         Font.Style = [fsUnderline]
  333.         ParentFont = False
  334.       end
  335.       object LabelExMa: TLabel
  336.         Left = 247
  337.         Top = 160
  338.         Width = 169
  339.         Height = 13
  340.         Caption = 'e&xclude files matching these masks:'
  341.         FocusControl = EditExMa
  342.         Font.Charset = DEFAULT_CHARSET
  343.         Font.Color = clWindowText
  344.         Font.Height = -11
  345.         Font.Name = 'MS Sans Serif'
  346.         Font.Style = [fsUnderline]
  347.         ParentFont = False
  348.       end
  349.       object Bevel2: TBevel
  350.         Left = 464
  351.         Top = 168
  352.         Width = 209
  353.         Height = 37
  354.         Style = bsRaised
  355.       end
  356.       object CheckBoxName: TCheckBox
  357.         Left = 24
  358.         Top = 48
  359.         Width = 177
  360.         Height = 17
  361.         Hint = 'file name (case-insensitive)'
  362.         Caption = '&names are identical  AND'
  363.         ParentShowHint = False
  364.         ShowHint = True
  365.         TabOrder = 0
  366.       end
  367.       object CheckBoxSize: TCheckBox
  368.         Left = 24
  369.         Top = 72
  370.         Width = 177
  371.         Height = 17
  372.         Hint = 'file length'
  373.         Caption = '&sizes are identical    AND'
  374.         Checked = True
  375.         ParentShowHint = False
  376.         ShowHint = True
  377.         State = cbChecked
  378.         TabOrder = 1
  379.       end
  380.       object CheckBoxDate: TCheckBox
  381.         Left = 24
  382.         Top = 96
  383.         Width = 177
  384.         Height = 17
  385.         Hint = 'date of last modification'
  386.         Caption = '&dates are identical   AND'
  387.         ParentShowHint = False
  388.         ShowHint = True
  389.         TabOrder = 2
  390.       end
  391.       object CheckBoxCRC: TCheckBox
  392.         Left = 24
  393.         Top = 120
  394.         Width = 177
  395.         Height = 17
  396.         Hint = 'fingerprint of the file'#39's content'
  397.         Caption = '&CRC32-checksums are identical'
  398.         Checked = True
  399.         ParentShowHint = False
  400.         ShowHint = True
  401.         State = cbChecked
  402.         TabOrder = 3
  403.         OnClick = CheckBoxCRCClick
  404.       end
  405.       object CheckBoxReadOnly: TCheckBox
  406.         Left = 488
  407.         Top = 72
  408.         Width = 73
  409.         Height = 17
  410.         Caption = 'read &only'
  411.         TabOrder = 15
  412.       end
  413.       object CheckBoxArchive: TCheckBox
  414.         Left = 488
  415.         Top = 96
  416.         Width = 73
  417.         Height = 17
  418.         Caption = 'archi&ve'
  419.         TabOrder = 17
  420.       end
  421.       object CheckBoxHidden: TCheckBox
  422.         Left = 576
  423.         Top = 72
  424.         Width = 73
  425.         Height = 17
  426.         Caption = '&hidden'
  427.         TabOrder = 16
  428.       end
  429.       object CheckBoxSystem: TCheckBox
  430.         Left = 576
  431.         Top = 96
  432.         Width = 73
  433.         Height = 17
  434.         Caption = 's&ystem'
  435.         Checked = True
  436.         State = cbChecked
  437.         TabOrder = 18
  438.       end
  439.       object ButtonAddFo: TButton
  440.         Left = 144
  441.         Top = 248
  442.         Width = 25
  443.         Height = 21
  444.         Caption = '+'
  445.         Font.Charset = DEFAULT_CHARSET
  446.         Font.Color = clWindowText
  447.         Font.Height = -19
  448.         Font.Name = 'MS Sans Serif'
  449.         Font.Style = []
  450.         ParentFont = False
  451.         TabOrder = 5
  452.         OnClick = ButtonAddFoClick
  453.       end
  454.       object CheckBoxSaveReg: TCheckBox
  455.         Left = 480
  456.         Top = 224
  457.         Width = 137
  458.         Height = 17
  459.         Caption = 'save settings in registry'
  460.         TabOrder = 24
  461.       end
  462.       object ButtonDelReg: TButton
  463.         Left = 480
  464.         Top = 248
  465.         Width = 153
  466.         Height = 17
  467.         Caption = 'delete settings from registry'
  468.         Enabled = False
  469.         TabOrder = 25
  470.         OnClick = ButtonDelRegClick
  471.       end
  472.       object CheckBoxLimitSize: TCheckBox
  473.         Left = 480
  474.         Top = 130
  475.         Width = 41
  476.         Height = 17
  477.         Caption = 'fil&es'
  478.         TabOrder = 19
  479.         OnClick = CheckBoxLimitSizeClick
  480.       end
  481.       object ComboBoxLimitSize: TComboBox
  482.         Left = 524
  483.         Top = 128
  484.         Width = 33
  485.         Height = 21
  486.         BevelInner = bvNone
  487.         BevelKind = bkFlat
  488.         Style = csDropDownList
  489.         Color = clBtnFace
  490.         Ctl3D = False
  491.         Enabled = False
  492.         ItemHeight = 13
  493.         ItemIndex = 0
  494.         ParentCtl3D = False
  495.         TabOrder = 20
  496.         Text = '<'
  497.         Items.Strings = (
  498.           '<'
  499.           '>'
  500.           '=')
  501.       end
  502.       object CLBoxFo: THintCheckListBox
  503.         Left = 24
  504.         Top = 184
  505.         Width = 177
  506.         Height = 57
  507.         Ctl3D = False
  508.         ItemHeight = 13
  509.         ParentCtl3D = False
  510.         ParentShowHint = False
  511.         ShowHint = True
  512.         TabOrder = 4
  513.         OnKeyDown = CLBoxKeyDown
  514.       end
  515.       object ButtonRemoveFo: TButton
  516.         Left = 176
  517.         Top = 248
  518.         Width = 25
  519.         Height = 21
  520.         Caption = '-'
  521.         Enabled = False
  522.         Font.Charset = DEFAULT_CHARSET
  523.         Font.Color = clWindowText
  524.         Font.Height = -19
  525.         Font.Name = 'MS Sans Serif'
  526.         Font.Style = []
  527.         ParentFont = False
  528.         TabOrder = 6
  529.         OnClick = ButtonRemoveClick
  530.       end
  531.       object CLBoxExMa: THintCheckListBox
  532.         Left = 247
  533.         Top = 176
  534.         Width = 186
  535.         Height = 65
  536.         Hint = 'check all masks that should be used'
  537.         Ctl3D = False
  538.         ItemHeight = 13
  539.         ParentCtl3D = False
  540.         ParentShowHint = False
  541.         ShowHint = True
  542.         TabOrder = 11
  543.         OnDblClick = CLBoxMaDblClick
  544.         OnKeyDown = CLBoxKeyDown
  545.       end
  546.       object EditExMa: TEdit
  547.         Left = 247
  548.         Top = 249
  549.         Width = 121
  550.         Height = 19
  551.         Hint = 'example: *.dll (see help)'
  552.         Ctl3D = False
  553.         ParentCtl3D = False
  554.         ParentShowHint = False
  555.         ShowHint = True
  556.         TabOrder = 12
  557.         OnKeyDown = EditMaKeyDown
  558.       end
  559.       object CLBoxLiMa: THintCheckListBox
  560.         Left = 247
  561.         Top = 40
  562.         Width = 186
  563.         Height = 65
  564.         Hint = 'check all masks that should be used'
  565.         Ctl3D = False
  566.         ItemHeight = 13
  567.         ParentCtl3D = False
  568.         ParentShowHint = False
  569.         ShowHint = True
  570.         TabOrder = 7
  571.         OnDblClick = CLBoxMaDblClick
  572.         OnKeyDown = CLBoxKeyDown
  573.       end
  574.       object EditLiMa: TEdit
  575.         Left = 247
  576.         Top = 113
  577.         Width = 121
  578.         Height = 19
  579.         Hint = 'example: *.dll (see help)'
  580.         Ctl3D = False
  581.         ParentCtl3D = False
  582.         ParentShowHint = False
  583.         ShowHint = True
  584.         TabOrder = 8
  585.         OnKeyDown = EditMaKeyDown
  586.       end
  587.       object ButtonAddLiMa: TButton
  588.         Left = 376
  589.         Top = 112
  590.         Width = 25
  591.         Height = 21
  592.         Caption = '+'
  593.         Font.Charset = DEFAULT_CHARSET
  594.         Font.Color = clWindowText
  595.         Font.Height = -19
  596.         Font.Name = 'MS Sans Serif'
  597.         Font.Style = []
  598.         ParentFont = False
  599.         TabOrder = 9
  600.         OnClick = ButtonAddMaClick
  601.       end
  602.       object ButtonRemoveLiMa: TButton
  603.         Left = 408
  604.         Top = 112
  605.         Width = 25
  606.         Height = 21
  607.         Caption = '-'
  608.         Enabled = False
  609.         Font.Charset = DEFAULT_CHARSET
  610.         Font.Color = clWindowText
  611.         Font.Height = -19
  612.         Font.Name = 'MS Sans Serif'
  613.         Font.Style = []
  614.         ParentFont = False
  615.         TabOrder = 10
  616.         OnClick = ButtonRemoveClick
  617.       end
  618.       object ButtonRemoveExMa: TButton
  619.         Left = 408
  620.         Top = 248
  621.         Width = 25
  622.         Height = 21
  623.         Caption = '-'
  624.         Enabled = False
  625.         Font.Charset = DEFAULT_CHARSET
  626.         Font.Color = clWindowText
  627.         Font.Height = -19
  628.         Font.Name = 'MS Sans Serif'
  629.         Font.Style = []
  630.         ParentFont = False
  631.         TabOrder = 14
  632.         OnClick = ButtonRemoveClick
  633.       end
  634.       object ButtonAddExMa: TButton
  635.         Left = 376
  636.         Top = 248
  637.         Width = 25
  638.         Height = 21
  639.         Caption = '+'
  640.         Font.Charset = DEFAULT_CHARSET
  641.         Font.Color = clWindowText
  642.         Font.Height = -19
  643.         Font.Name = 'MS Sans Serif'
  644.         Font.Style = []
  645.         ParentFont = False
  646.         TabOrder = 13
  647.         OnClick = ButtonAddMaClick
  648.       end
  649.       object CheckBoxStatus: TCheckBox
  650.         Left = 480
  651.         Top = 178
  652.         Width = 185
  653.         Height = 17
  654.         Caption = 'less detailed status (slightly faster)'
  655.         TabOrder = 23
  656.       end
  657.       object ComboBoxLimitSizeUnit: TComboBox
  658.         Left = 624
  659.         Top = 128
  660.         Width = 41
  661.         Height = 21
  662.         BevelInner = bvNone
  663.         BevelKind = bkFlat
  664.         Style = csDropDownList
  665.         Color = clBtnFace
  666.         Ctl3D = False
  667.         Enabled = False
  668.         ItemHeight = 13
  669.         ItemIndex = 1
  670.         ParentCtl3D = False
  671.         TabOrder = 22
  672.         Text = 'kB'
  673.         OnChange = ComboBoxLimitSizeUnitChange
  674.         Items.Strings = (
  675.           'B'
  676.           'kB'
  677.           'MB')
  678.       end
  679.       object SpinEditLimitSize: TSpinEdit
  680.         Left = 562
  681.         Top = 128
  682.         Width = 57
  683.         Height = 19
  684.         Color = clBtnFace
  685.         Ctl3D = False
  686.         Enabled = False
  687.         Increment = 10
  688.         MaxValue = 2147483647
  689.         MinValue = 0
  690.         ParentCtl3D = False
  691.         TabOrder = 21
  692.         Value = 0
  693.       end
  694.     end
  695.     object TabSheetHelp: TTabSheet
  696.       Caption = 'Help'
  697.       ImageIndex = 2
  698.       object REHelp: TRichEditURL
  699.         Left = 0
  700.         Top = 0
  701.         Width = 680
  702.         Height = 294
  703.         Align = alClient
  704.         BevelEdges = [beLeft, beTop]
  705.         Font.Charset = DEFAULT_CHARSET
  706.         Font.Color = clWindowText
  707.         Font.Height = -11
  708.         Font.Name = 'Tahoma'
  709.         Font.Style = []
  710.         HideScrollBars = False
  711.         ParentFont = False
  712.         ReadOnly = True
  713.         ScrollBars = ssVertical
  714.         TabOrder = 0
  715.         OnKeyDown = REHelpKeyDown
  716.         OnURLClick = REHelpURLClick
  717.       end
  718.     end
  719.     object TabSheetAbout: TTabSheet
  720.       Caption = 'About'
  721.       ImageIndex = 3
  722.       OnResize = TabSheetAboutResize
  723.       object PBAboutBg: TPaintBox
  724.         Left = 0
  725.         Top = 0
  726.         Width = 680
  727.         Height = 294
  728.         Align = alClient
  729.         Color = 5254702
  730.         ParentColor = False
  731.         OnPaint = PBAboutBgPaint
  732.       end
  733.       object ImageAbout: TImage
  734.         Left = 0
  735.         Top = 0
  736.         Width = 688
  737.         Height = 302
  738.         Picture.Data = {<image000.jpg>}
  739.       end
  740.       object LabelCopyright: TLabel
  741.         Left = 145
  742.         Top = 224
  743.         Width = 248
  744.         Height = 49
  745.         AutoSize = False
  746.         Caption = ' programmed 2001-2006 by copyright '#169' 2001-2006'
  747.         Font.Charset = DEFAULT_CHARSET
  748.         Font.Color = 13345399
  749.         Font.Height = -20
  750.         Font.Name = 'Tahoma'
  751.         Font.Style = []
  752.         ParentFont = False
  753.         Transparent = True
  754.         Layout = tlCenter
  755.         WordWrap = True
  756.       end
  757.       object UrlLabelMail: TUrlLabel
  758.         Left = 398
  759.         Top = 224
  760.         Width = 108
  761.         Height = 24
  762.         Cursor = crHandPoint
  763.         Hint = 'info@bigbangenterprises.de'
  764.         Alignment = taCenter
  765.         Caption = 'Jan Schl'#252'ter'
  766.         Font.Charset = DEFAULT_CHARSET
  767.         Font.Color = 16769474
  768.         Font.Height = -20
  769.         Font.Name = 'Tahoma'
  770.         Font.Style = [fsUnderline]
  771.         ParentFont = False
  772.         ParentShowHint = False
  773.         ShowHint = True
  774.         Transparent = True
  775.         URL = 'mailto:info@bigbangenterprises.de?subject=DoubleKiller'
  776.         HoverFont.Charset = DEFAULT_CHARSET
  777.         HoverFont.Color = clWhite
  778.         HoverFont.Height = -20
  779.         HoverFont.Name = 'Tahoma'
  780.         HoverFont.Style = [fsUnderline]
  781.         URLClipboard = 'info@bigbangenterprises.de'
  782.         CaptionLaunch = '&Open eMail Program'
  783.         CaptionCopy = '&Copy eMail Address'
  784.       end
  785.       object UrlLabelSite: TUrlLabel
  786.         Left = 358
  787.         Top = 248
  788.         Width = 184
  789.         Height = 24
  790.         Cursor = crHandPoint
  791.         Hint = 'www.bigbangenterprises.de/en/doublekiller'
  792.         Caption = 'Big Bang enterprises'
  793.         Font.Charset = DEFAULT_CHARSET
  794.         Font.Color = 16769474
  795.         Font.Height = -20
  796.         Font.Name = 'Tahoma'
  797.         Font.Style = [fsUnderline]
  798.         ParentFont = False
  799.         ParentShowHint = False
  800.         ShowHint = True
  801.         Transparent = True
  802.         URL = 'http://www.bigbangenterprises.de/en/doublekiller'
  803.         HoverFont.Charset = DEFAULT_CHARSET
  804.         HoverFont.Color = clWhite
  805.         HoverFont.Height = -20
  806.         HoverFont.Name = 'Tahoma'
  807.         HoverFont.Style = [fsUnderline]
  808.         CaptionLaunch = '&Open in Browser'
  809.         CaptionCopy = '&Copy Link Location'
  810.       end
  811.       object LabelVersion: TLabel
  812.         Left = 284
  813.         Top = 192
  814.         Width = 112
  815.         Height = 24
  816.         Alignment = taCenter
  817.         AutoSize = False
  818.         Caption = 'V 1.6.1.80'
  819.         Font.Charset = DEFAULT_CHARSET
  820.         Font.Color = 13345399
  821.         Font.Height = -20
  822.         Font.Name = 'Tahoma'
  823.         Font.Style = []
  824.         ParentFont = False
  825.         Transparent = True
  826.         Layout = tlCenter
  827.       end
  828.     end
  829.   end
  830.   object ButtonRun: TButton
  831.     Left = 24
  832.     Top = 352
  833.     Width = 75
  834.     Height = 25
  835.     Anchors = [akLeft, akBottom]
  836.     Caption = 'Run'
  837.     TabOrder = 1
  838.     OnClick = ButtonRunClick
  839.   end
  840.   object ButtonCancel: TButton
  841.     Left = 24
  842.     Top = 400
  843.     Width = 75
  844.     Height = 25
  845.     Anchors = [akLeft, akBottom]
  846.     Cancel = True
  847.     Caption = 'Cancel'
  848.     Enabled = False
  849.     TabOrder = 2
  850.     OnClick = ButtonCancelClick
  851.   end
  852.   object Animate1: TAnimate
  853.     Left = 136
  854.     Top = 358
  855.     Width = 537
  856.     Height = 50
  857.     Active = False
  858.     Anchors = [akLeft, akRight, akBottom]
  859.     AutoSize = False
  860.     StopFrame = 24
  861.   end
  862.   object ProgressBar1: TProgressBar
  863.     Left = 168
  864.     Top = 421
  865.     Width = 489
  866.     Height = 13
  867.     Anchors = [akLeft, akRight, akBottom]
  868.     Min = 0
  869.     Max = 100
  870.     Step = 1
  871.     TabOrder = 4
  872.   end
  873.   object ImageList1: TImageList
  874.     AllocBy = 1
  875.     Height = 15
  876.     Width = 12
  877.     Left = 260
  878.     Bitmap = {
  879.       494C01010400090004000C000F00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  880.       0000000000003600000028000000300000002D0000000100200000000000C021
  881.       0000000000000000000000000000000000000000000000000000000000000000
  882.       0000000000000000000000000000000000000000000000000000000000000000
  883.       0000000000000000000000000000000000000000000000000000000000000000
  884.       0000000000000000000000000000000000000000000000000000000000000000
  885.       0000000000000000000000000000000000000000000000000000000000000000
  886.       0000000000000000000000000000000000000000000000000000000000000000
  887.       0000000000000000000000000000000000000000000000000000000000000000
  888.       0000000000000000000000000000000000000000000000000000000000000000
  889.       0000000000000000000000000000000000000000000000000000000000000000
  890.       0000000000000000000000000000000000000000000000000000000000000000
  891.       0000000000000000000000000000000000000000000000000000000000000000
  892.       0000000000000000000000000000000000000000000000000000000000000000
  893.       0000000000000000000000000000000000000000000000000000000000000000
  894.       0000000000000000000000000000000000000000000000000000000000000000
  895.       0000000000000000000000000000000000000000000000000000000000000000
  896.       0000000000000000000000000000000000000000000000000000000000000000
  897.       0000000000000000000000000000000000000000000000000000000000000000
  898.       0000000000000000000000000000000000000000000000000000000000000000
  899.       0000000000000000000000000000000000000000000000000000000000000000
  900.       0000000000000000000000000000000000000000000000000000000000000000
  901.       0000000000000000000000000000000000000000000000000000000000000000
  902.       0000000000000000000000000000000000000000000000000000000000000000
  903.       0000000000000000000000000000000000000000000000000000000000000000
  904.       0000000000000000000000000000000000000000000000000000000000000000
  905.       0000000000000000000000000000000000000000000000000000000000000000
  906.       0000000000000000000000000000000000000000000000000000000000000000
  907.       0000000000000000000000000000000000000000000000000000000000000000
  908.       0000000000000000000000000000000000000000000000000000000000000000
  909.       0000000000000000000000000000000000000000000000000000000000000000
  910.       0000000000000000000000000000000000000000000000000000000000000000
  911.       0000000000000000000000000000000000000000000000000000000000000000
  912.       0000000000000000000000000000000000000000000000000000000000000000
  913.       0000000000000000000000000000000000000000000000000000000000000000
  914.       0000000000000000000000000000000000000000000000000000000000000000
  915.       0000000000000000000000000000000000000000000000000000000000000000
  916.       0000000000000000000000000000000000000000000000000000000000000000
  917.       0000000000000000000000000000000000000000000000000000000000000000
  918.       0000000000000000000000000000000000000000000000000000000000000000
  919.       0000000000000000000000000000000000000000000000000000000000000000
  920.       0000000000000000000000000000000000000000000000000000000000000000
  921.       0000000000000000000000000000000000000000000000000000000000000000
  922.       0000000000000000000000000000000000000000000000000000000000000000
  923.       0000000000000000000000000000000000000000000000000000000000000000
  924.       0000000000000000000000000000000000000000000000000000000000000000
  925.       0000000000000000000000000000000000000000000000000000000000000000
  926.       0000000000000000000000000000000000000000000000000000000000000000
  927.       0000000000000000000000000000000000000000000000000000000000000000
  928.       0000000000000000000000000000000000000000000000000000000000000000
  929.       0000000000000000000000000000000000000000000000000000000000000000
  930.       0000000000000000000000000000000000000000000000000000000000000000
  931.       0000000000000000000000000000000000000000000000000000000000000000
  932.       0000000000000000000000000000000000000000000000000000000000000000
  933.       0000000000000000000000000000000000000000000000000000000000000000
  934.       0000000000000000000000000000000000000000000000000000000000000000
  935.       0000000000000000000000000000000000000000000000000000000000000000
  936.       0000000000000000000000000000000000000000000000000000000000000000
  937.       0000000000000000000000000000000000000000000000000000000000000000
  938.       0000000000000000000000000000000000000000000000000000000000000000
  939.       0000000000000000000000000000000000000000000000000000000000000000
  940.       0000000000000000000000000000000000000000000000000000000000000000
  941.       0000000000000000000000000000000000000000000000000000000000000000
  942.       0000000000000000000000000000000000000000000000000000000000000000
  943.       0000000000000000000000000000000000000000000000000000000000000000
  944.       0000000000000000000000000000000000000000000000000000000000000000
  945.       0000000000000000000000000000000000000000000000000000000000000000
  946.       0000000000000000000000000000000000000000000000000000000000000000
  947.       0000000000000000000000000000000000000000000000000000000000000000
  948.       0000000000000000000000000000000000000000000000000000000000000000
  949.       0000000000000000000000000000000000000000000000000000000000000000
  950.       0000000000000000000000000000000000000000000000000000000000000000
  951.       0000000000000000000000000000000000000000000000000000000000000000
  952.       0000000000000000000000000000000000000000000000000000000000000000
  953.       0000000000000000000000000000000000000000000000000000000000000000
  954.       0000000000000000000000000000000000000000000000000000000000000000
  955.       0000000000000000000000000000000000000000000000000000000000000000
  956.       0000000000000000000000000000000000000000000000000000000000000000
  957.       0000000000000000000000000000000000000000000000000000000000000000
  958.       0000000000000000000000000000000000000000000000000000000000000000
  959.       0000000000000000000000000000000000000000000000000000000000000000
  960.       0000000000000000000000000000000000000000000000000000000000000000
  961.       0000000000000000000000000000000000000000000000000000000000000000
  962.       0000000000000000000000000000000000000000000000000000000000000000
  963.       0000000000000000000000000000000000000000000000000000000000000000
  964.       0000000000000000000000000000000000000000000000000000000000000000
  965.       0000000000000000000000000000000000000000000000000000000000000000
  966.       0000000000000000000000000000000000000000000000000000000000000000
  967.       0000000000000000000000000000000000000000000000000000000000000000
  968.       0000000000000000000000000000000000000000000000000000000000000000
  969.       0000000000000000000000000000000000000000000000000000000000000000
  970.       0000000000000000000000000000000000000000000000000000000000000000
  971.       0000000000000000000000000000000000000000000000000000000000000000
  972.       0000000000000000000000000000000000000000000000000000000000000000
  973.       0000000000000000000000000000000000000000000000000000000000000000
  974.       0000000000000000000000000000000000000000000000000000000000000000
  975.       0000000000000000000000000000000000000000000000000000000000000000
  976.       0000000000000000000000000000000000000000000000000000000000000000
  977.       0000000000000000000000000000000000000000000000000000000000000000
  978.       0000000000000000000000000000000000000000000000000000000000000000
  979.       0000000000000000000000000000000000000000000000000000000000000000
  980.       0000000000000000000000000000000000000000000000000000000000000000
  981.       0000000000000000000000000000000000000000000000000000000000000000
  982.       0000000000000000000000000000000000000000000000000000000000000000
  983.       0000000000000000000000000000000000000000000000000000000000000000
  984.       0000000000000000000000000000000000000000000000000000000000000000
  985.       0000000000000000000000000000000000000000000000000000000000000000
  986.       0000000000000000000000000000000000000000000000000000000000000000
  987.       0000000000000000000000000000000000000000000000000000000000000000
  988.       0000000000000000000000000000000000000000000000000000000000000000
  989.       0000000000000000000000000000000000000000000000000000000000000000
  990.       0000000000000000000000000000000000000000000000000000000000000000
  991.       0000000000000000000000000000000000000000000000000000000000000000
  992.       0000000000000000000000000000000000000000000000000000000000000000
  993.       0000000000000000000000000000000000000000000000000000000000000000
  994.       0000000000000000000000000000000000000000000000000000000000000000
  995.       0000000000000000000000000000000000000000000000000000000000000000
  996.       0000000000000000000000000000000000000000000000000000000000000000
  997.       0000000000000000000000000000000000000000000000000000000000000000
  998.       0000000000000000000000000000000000000000000000000000000000000000
  999.       0000000000000000000000000000000000000000000000000000000000000000
  1000.       0000000000000000000000000000000000000000000000000000000000000000
  1001.       0000000000000000000000000000000000000000000000000000000000000000
  1002.       0000000000000000000000000000000000000000000000000000000000000000
  1003.       0000000000000000000000000000000000000000000000000000000000000000
  1004.       0000000000000000000000000000000000000000000000000000000000000000
  1005.       0000000000000000000000000000000000000000000000000000000000000000
  1006.       0000000000000000000000000000000000000000000000000000000000000000
  1007.       0000000000000000000000000000000000000000000000000000000000000000
  1008.       0000000000000000000000000000000000000000000000000000000000000000
  1009.       0000000000000000000000000000000000000000000000000000000000000000
  1010.       0000000000000000000000000000000000000000000000000000000000000000
  1011.       0000000000000000000000000000000000000000000000000000000000000000
  1012.       0000000000000000000000000000000000000000000000000000000000000000
  1013.       0000000000000000000000000000000000000000000000000000000000000000
  1014.       0000000000000000000000000000000000000000000000000000000000000000
  1015.       0000000000000000000000000000000000000000000000000000000000000000
  1016.       0000000000000000000000000000000000000000000000000000000000000000
  1017.       0000000000000000000000000000000000000000000000000000000000000000
  1018.       0000000000000000000000000000000000000000000000000000000000000000
  1019.       0000000000000000000000000000000000000000000000000000000000000000
  1020.       0000000000000000000000000000000000000000000000000000000000000000
  1021.       0000000000000000000000000000000000000000000000000000000000000000
  1022.       0000000000000000000000000000000000000000000000000000000000000000
  1023.       0000000000000000000000000000000000000000000000000000000000000000
  1024.       0000000000000000000000000000000000000000000000000000000000000000
  1025.       0000000000000000000000000000000000000000000000000000000000000000
  1026.       0000000000000000000000000000000000000000000000000000000000000000
  1027.       0000000000000000000000000000000000000000000000000000000000000000
  1028.       0000000000000000000000000000000000000000000000000000000000000000
  1029.       0000000000000000000000000000000000000000000000000000000000000000
  1030.       0000000000000000000000000000000000000000000000000000000000000000
  1031.       0000000000000000000000000000000000000000000000000000000000000000
  1032.       0000000000000000000000000000000000000000000000000000000000000000
  1033.       0000000000000000000000000000000000000000000000000000000000000000
  1034.       0000000000000000000000000000000000000000000000000000000000000000
  1035.       0000000000000000000000000000000000000000000000000000000000000000
  1036.       0000000000000000000000000000000000000000000000000000000000000000
  1037.       0000000000000000000000000000000000000000000000000000000000000000
  1038.       0000000000000000000000000000000000000000000000000000000000000000
  1039.       0000000000000000000000000000000000000000000000000000000000000000
  1040.       0000000000000000000000000000000000000000000000000000000000000000
  1041.       0000000000000000000000000000000000000000000000000000000000000000
  1042.       0000000000000000000000000000000000000000000000000000000000000000
  1043.       0000000000000000000000000000000000000000000000000000000000000000
  1044.       0000000000000000000000000000000000000000000000000000000000000000
  1045.       0000000000000000000000000000000000000000000000000000000000000000
  1046.       0000000000000000000000000000000000000000000000000000000000000000
  1047.       0000000000000000000000000000000000000000000000000000000000000000
  1048.       0000000000000000000000000000000000000000000000000000000000000000
  1049.       0000000000000000000000000000000000000000000000000000000000000000
  1050.       0000000000000000000000000000000000000000000000000000000000000000
  1051.       0000000000000000000000000000000000000000000000000000000000000000
  1052.       0000000000000000000000000000000000000000000000000000000000000000
  1053.       0000000000000000000000000000000000000000000000000000000000000000
  1054.       0000000000000000000000000000000000000000000000000000000000000000
  1055.       0000000000000000000000000000000000000000000000000000000000000000
  1056.       0000000000000000000000000000000000000000000000000000000000000000
  1057.       0000000000000000000000000000000000000000000000000000000000000000
  1058.       0000000000000000000000000000000000000000000000000000000000000000
  1059.       0000000000000000000000000000000000000000000000000000000000000000
  1060.       0000000000000000000000000000000000000000000000000000000000000000
  1061.       000000000000000000000000000000000000898989008B8B8B008A8A8A008989
  1062.       89008989890089898900898989008888880088888800898989008A8A8A005A5A
  1063.       5A00898989008B8B8B008A8A8A00898989008989890089898900898989008888
  1064.       880088888800898989008A8A8A005A5A5A00B9B9B900BCBCBC00BABABA00B9B9
  1065.       B900B9B9B900B9B9B900B9B9B900B8B8B800B8B8B800B9B9B900BABABA007A7A
  1066.       7A00B9B9B900BCBCBC00BABABA00B9B9B900B9B9B900B9B9B900B9B9B900B8B8
  1067.       B800B8B8B800B9B9B900BABABA007A7A7A009E9E9E00ADADAD00AAAAAA00A9A9
  1068.       A900A8A8A800A7A7A700A6A6A600A5A5A500A4A4A400A2A2A200A5A5A5005B5B
  1069.       5B009E9E9E00ADADAD00AAAAAA00A9A9A900A8A8A800A7A7A700A6A6A600A5A5
  1070.       A500A4A4A400A2A2A200A5A5A5005B5B5B00D5D5D500E9E9E900E5E5E500E4E4
  1071.       E400E2E2E200E1E1E100E0E0E000DEDEDE00DDDDDD00DBDBDB00DFDFDF007B7B
  1072.       7B00D5D5D500E9E9E900E5E5E500E4E4E400E2E2E200E1E1E100E0E0E000DEDE
  1073.       DE00DDDDDD00DBDBDB00DFDFDF007B7B7B009C9C9C00ABABAB00A8A8A800A7A7
  1074.       A700A5A5A500A5A5A500A3A3A300A2A2A200A1A1A1009F9F9F00A5A5A5005B5B
  1075.       5B009C9C9C00ABABAB00A8A8A800565656009A9A9A00A5A5A500A3A3A300A2A2
  1076.       A2008888880069696900A5A5A5005B5B5B00D3D3D300E7E7E700E3E3E300E1E1
  1077.       E100DFDFDF00DEDEDE00DCDCDC00DADADA00D9D9D900D7D7D700DEDEDE007B7B
  1078.       7B00D3D3D300E7E7E700E3E3E30074747400D0D0D000DEDEDE00DCDCDC00DADA
  1079.       DA00B7B7B7008E8E8E00DEDEDE007B7B7B009F9F9F00ADADAD00AAAAAA00A9A9
  1080.       A900A7A7A700A6A6A600A5A5A500A4A4A400A3A3A300A2A2A200A5A5A5005B5B
  1081.       5B009F9F9F00ADADAD00AAAAAA003F3F3F0079797900A6A6A600A5A5A500A4A4
  1082.       A4005454540065656500A5A5A5005B5B5B00D6D6D600E9E9E900E5E5E500E4E4
  1083.       E400E1E1E100E0E0E000DEDEDE00DDDDDD00DCDCDC00DADADA00DFDFDF007B7B
  1084.       7B00D6D6D600E9E9E900E5E5E50055555500A3A3A300E0E0E000DEDEDE00DDDD
  1085.       DD007272720088888800DFDFDF007B7B7B00A1A1A100AEAEAE00ABABAB00AAAA
  1086.       AA00A9A9A900A8A8A800A7A7A700A5A5A500A5A5A500A3A3A300A6A6A6005B5B
  1087.       5B00A1A1A100AEAEAE00ABABAB006969690048484800A8A8A800A7A7A7008B8B
  1088.       8B003434340099999900A6A6A6005B5B5B00D9D9D900EBEBEB00E7E7E700E6E6
  1089.       E600E4E4E400E2E2E200E1E1E100DFDFDF00DEDEDE00DCDCDC00E0E0E0007B7B
  1090.       7B00D9D9D900EBEBEB00E7E7E7008F8F8F0061616100E2E2E200E1E1E100BCBC
  1091.       BC0046464600CECECE00E0E0E0007B7B7B00A3A3A300B0B0B000ADADAD00ACAC
  1092.       AC00AAAAAA00AAAAAA00A8A8A800A7A7A700A5A5A500A5A5A500A7A7A7005B5B
  1093.       5B00A3A3A300B0B0B000ADADAD009E9E9E002929290099999900A8A8A8004747
  1094.       47005E5E5E00A5A5A500A7A7A7005B5B5B00DCDCDC00EEEEEE00EAEAEA00E8E8
  1095.       E800E6E6E600E5E5E500E3E3E300E1E1E100DFDFDF00DEDEDE00E1E1E1007B7B
  1096.       7B00DCDCDC00EEEEEE00EAEAEA00D5D5D50037373700CFCFCF00E3E3E3006060
  1097.       600080808000DEDEDE00E1E1E1007B7B7B00A5A5A500B2B2B200AFAFAF00ADAD
  1098.       AD00ACACAC00ABABAB00AAAAAA00A9A9A900A8A8A800A7A7A700A8A8A8005A5A
  1099.       5A00A5A5A500B2B2B200AFAFAF00ADADAD0058585800484848007F7F7F003636
  1100.       36009B9B9B00A7A7A700A8A8A8005A5A5A00DEDEDE00F0F0F000ECECEC00EAEA
  1101.       EA00E8E8E800E7E7E700E5E5E500E4E4E400E2E2E200E1E1E100E2E2E2007A7A
  1102.       7A00DEDEDE00F0F0F000ECECEC00EAEAEA007676760062626200ACACAC004949
  1103.       4900D0D0D000E1E1E100E2E2E2007A7A7A00A7A7A700B3B3B300B0B0B000AFAF
  1104.       AF00AEAEAE00ADADAD00ABABAB00AAAAAA00A9A9A900A8A8A800A8A8A8005A5A
  1105.       5A00A7A7A700B3B3B300B0B0B000AFAFAF00A7A7A7001F1F1F00090909008282
  1106.       8200A9A9A900A8A8A800A8A8A8005A5A5A00E1E1E100F2F2F200EEEEEE00ECEC
  1107.       EC00EBEBEB00E9E9E900E7E7E700E6E6E600E4E4E400E3E3E300E3E3E3007A7A
  1108.       7A00E1E1E100F2F2F200EEEEEE00ECECEC00E2E2E200292929000D0D0D00B0B0
  1109.       B000E4E4E400E3E3E300E3E3E3007A7A7A00A8A8A800B5B5B500B2B2B200B0B0
  1110.       B000B0B0B000AEAEAE00ADADAD00ACACAC00AAAAAA00AAAAAA00AAAAAA005A5A
  1111.       5A00A8A8A800B5B5B500B2B2B200B0B0B0009A9A9A0037373700262626006060
  1112.       6000A8A8A800AAAAAA00AAAAAA005A5A5A00E3E3E300F4F4F400F0F0F000EEEE
  1113.       EE00EDEDED00EBEBEB00E9E9E900E8E8E800E6E6E600E6E6E600E5E5E5007A7A
  1114.       7A00E3E3E300F4F4F400F0F0F000EEEEEE00CFCFCF004B4B4B00333333008282
  1115.       8200E3E3E300E6E6E600E5E5E5007A7A7A00AAAAAA00B6B6B600B3B3B300B3B3
  1116.       B300B1B1B100B0B0B000AFAFAF00ADADAD00ADADAD00ACACAC00AAAAAA005A5A
  1117.       5A00AAAAAA00B6B6B600B3B3B3009A9A9A00181818006E6E6E009A9A9A003434
  1118.       34004D4D4D00A7A7A700AAAAAA005A5A5A00E6E6E600F6F6F600F2F2F200F1F1
  1119.       F100EFEFEF00EEEEEE00ECECEC00EAEAEA00E9E9E900E8E8E800E6E6E6007A7A
  1120.       7A00E6E6E600F6F6F600F2F2F200D0D0D0002020200095959500D0D0D0004747
  1121.       470068686800E2E2E200E6E6E6007A7A7A00ADADAD00B8B8B800B6B6B600B4B4
  1122.       B400B3B3B300B2B2B200B0B0B000AFAFAF00AEAEAE00B0B0B000ADADAD005A5A
  1123.       5A00ADADAD00B8B8B800838383003434340078787800B2B2B200B0B0B000AFAF
  1124.       AF004242420030303000ADADAD005A5A5A00E9E9E900F8F8F800F5F5F500F3F3
  1125.       F300F1F1F100F0F0F000EEEEEE00ECECEC00EBEBEB00EEEEEE00E9E9E9007979
  1126.       7900E9E9E900F8F8F800B0B0B00047474700A2A2A200F0F0F000EEEEEE00ECEC
  1127.       EC005858580041414100E9E9E90079797900AFAFAF00B9B9B900B7B7B700B6B6
  1128.       B600B5B5B500B3B3B300B2B2B200B1B1B100AEAEAE00A2A2A200A0A0A0005D5D
  1129.       5D00AFAFAF00B9B9B9008F8F8F008E8E8E00B5B5B500B3B3B300B2B2B200B1B1
  1130.       B100AAAAAA0087878700A0A0A0005D5D5D00ECECEC00FAFAFA00F7F7F700F5F5
  1131.       F500F4F4F400F2F2F200F0F0F000EFEFEF00EBEBEB00DBDBDB00D8D8D8007E7E
  1132.       7E00ECECEC00FAFAFA00C1C1C100BFBFBF00F4F4F400F2F2F200F0F0F000EFEF
  1133.       EF00E5E5E500B7B7B700D8D8D8007E7E7E00B0B0B000BCBCBC00B9B9B900B7B7
  1134.       B700B6B6B600B5B5B500B4B4B400B6B6B600A1A1A1005D5D5D00505050005656
  1135.       5600B0B0B000BCBCBC00B9B9B900B7B7B700B6B6B600B5B5B500B4B4B400B6B6
  1136.       B600A1A1A1005D5D5D005050500056565600EEEEEE00FDFDFD00F9F9F900F7F7
  1137.       F700F6F6F600F4F4F400F3F3F300F5F5F500D9D9D900A0A0A0008B8B8B009494
  1138.       9400EEEEEE00FDFDFD00F9F9F900F7F7F700F6F6F600F4F4F400F3F3F300F5F5
  1139.       F500D9D9D900A0A0A0008B8B8B0094949400B4B4B400BDBDBD00BCBCBC00BBBB
  1140.       BB00BABABA00B9B9B900B6B6B600B7B7B700AAAAAA00656565004B4B4B000000
  1141.       0000B4B4B400BDBDBD00BCBCBC00BBBBBB00BABABA00B9B9B900B6B6B600B7B7
  1142.       B700AAAAAA00656565004B4B4B0000000000F3F3F300FFFFFF00FEFEFE00FCFC
  1143.       FC00FBFBFB00F9F9F900F6F6F600F7F7F700E5E5E500AEAEAE00828282000000
  1144.       0000F3F3F300FFFFFF00FEFEFE00FCFCFC00FBFBFB00F9F9F900F6F6F600F7F7
  1145.       F700E5E5E500AEAEAE008282820000000000AAAAAA00ADADAD00AAAAAA00A8A8
  1146.       A800A5A5A500A2A2A200A0A0A000A0A0A0009494940063636300000000000000
  1147.       0000AAAAAA00ADADAD00AAAAAA00A8A8A800A5A5A500A2A2A200A0A0A000A0A0
  1148.       A00094949400636363000000000000000000E6E6E600EAEAEA00E6E6E600E3E3
  1149.       E300DFDFDF00DBDBDB00D8D8D800D8D8D800C8C8C800ACACAC00000000000000
  1150.       0000E6E6E600EAEAEA00E6E6E600E3E3E300DFDFDF00DBDBDB00D8D8D800D8D8
  1151.       D800C8C8C800ACACAC000000000000000000424D3E000000000000003E000000
  1152.       28000000300000002D0000000100010000000000680100000000000000000000
  1153.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1154.       0000000000000000000000000000000000000000000000000000000000000000
  1155.       0000000000000000000000000000000000000000000000000000000000000000
  1156.       0000000000000000000000000000000000000000000000000000000000000000
  1157.       0000000000000000000000000000000000000000000000000000000000000000
  1158.       0000000000000000000000000000000000000000000000000000000000000000
  1159.       0000000000000000000000000000000000000000000000000000000000000000
  1160.       0000000000000000000000000000000000000000000000000000000000000000
  1161.       0000000000000000000000000000000000000000000000000000000000000000
  1162.       0000000000000000000000000000000000000000000000000000000000000000
  1163.       0000000000000000000000000000000000000000000000000000000000000000
  1164.       0000000000000000001001001001000000300300300300000000000000000000
  1165.       0000000000000000000000000000}
  1166.   end
  1167.   object PopupListView: TPopupMenu
  1168.     AutoLineReduction = maManual
  1169.     AutoPopup = False
  1170.     OnPopup = PopupListViewPopup
  1171.     Left = 648
  1172.     Top = 280
  1173.     object popLaunchFile: TMenuItem
  1174.       Caption = '&Launch file'
  1175.       OnClick = popLaunchFileClick
  1176.     end
  1177.     object popOpenDir: TMenuItem
  1178.       Caption = 'Open &Directory'
  1179.       OnClick = popOpenDirClick
  1180.     end
  1181.     object N1: TMenuItem
  1182.       Caption = '-'
  1183.     end
  1184.     object popCopySelected: TMenuItem
  1185.       Caption = '&Copy selected entries'
  1186.       ShortCut = 16451
  1187.       OnClick = popCopySelectedClick
  1188.     end
  1189.     object popExportSelected: TMenuItem
  1190.       Caption = 'E&xport selected entries...'
  1191.       OnClick = popExportSelectedClick
  1192.     end
  1193.     object popExportAll: TMenuItem
  1194.       Caption = 'Export &all entries...'
  1195.       OnClick = popExportAllClick
  1196.     end
  1197.   end
  1198.   object SaveDialog1: TSaveDialog
  1199.     Filter = 'Text files|*.txt|All files (*.*)|*.*'
  1200.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  1201.     Title = 'Choose a file to export the entries to'
  1202.     Left = 616
  1203.     Top = 280
  1204.   end
  1205. end
  1206.